Function

GimpExportOptionsEditFunc

unstable since: 3.0

Declaration

void
(* GimpExportOptionsEditFunc) (
  GimpProcedure* procedure,
  GimpProcedureConfig* config,
  GimpExportOptions* options,
  gpointer create_data
)

Description [src]

To be described.

Available since: 3.0

Parameters

procedure

Type: GimpProcedure

The GimpProcedure that runs.

The data is owned by the caller of the function.
config

Type: GimpProcedureConfig

The GimpProcedureConfig.

The data is owned by the caller of the function.
options

Type: GimpExportOptions

The GimpExportOptions object to update.

The data is owned by the caller of the function.
create_data

Type: gpointer

The create_data given.

The argument can be NULL.
The data is owned by the caller of the function.